C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / SelectedValuePath Property

In This Topic
SelectedValuePath Property (AutoCompleteBase<T>)
In This Topic
Gets or sets the name of the property used to get the SelectedValue from the SelectedItem.
Syntax
'Declaration
 
<JsonAttribute(1)>
Public Overridable Property SelectedValuePath As String
 
See Also